home *** CD-ROM | disk | FTP | other *** search
/ Aminet 34 / Aminet 34 (2000)(Schatztruhe)[!][Dec 1999].iso / Aminet / gfx / edit / VE-runhook.lha / Notes / RunHook.notes next >
Encoding:
Text File  |  1999-10-15  |  1.5 KB  |  82 lines

  1.  
  2.  
  3. Visual Engineering script - RunHook v0.01
  4.  
  5.  
  6.  
  7. SHORT DESCRIPTION
  8.  
  9.   This script exports an image from Image Engineer to ImageFx,
  10.   asks for Hook, applies effect and imports picture from ImageFx
  11.   back to Image Engineer.
  12.  
  13.  
  14. REQUIREMENTS
  15.  
  16.   Image Engineer v3.41 (Wision release 2)
  17.   Image FX
  18.  
  19.  
  20. INSTALLATION
  21.  
  22.   Archive where this file came from should be extracted to a
  23.   directory where you installed Image Engineer.
  24.  
  25.   This script must be in IE:Arexx/
  26.  
  27.  
  28. USAGE
  29.  
  30.   Make sure ImageFX is allready loaded.
  31.   Activate window of an image and run the script.
  32.   Choose an ImageFX Hook, adjust settings and press ok.
  33.  
  34.  
  35. ARGUMENTS
  36.  
  37.   None. Use from Image Engineer.
  38.  
  39.  
  40.  
  41.  
  42.  
  43. HISTORY
  44.  
  45.   0.01
  46.  
  47.   History started
  48.  
  49.  
  50.  
  51.  
  52.  
  53. DISTRIBUTION
  54.  
  55.   The archive, where this file came from, can be distributed using
  56.   any kind of media or distribution channel (CD, Email, WWW, BBS,
  57.   FTP...), but contents of original archive can not be modified.
  58.  
  59.   You may NOT spread modified versions of the script and call it as
  60.   Visual Engineering -script.
  61.  
  62.   If you are going to spread a script made by you, which calls one
  63.   of Visual Engineering -scripts, you must include either to
  64.   documentfile of your script or header of the script itself, Visual
  65.   Engineering's website address and my name and email address.
  66.  
  67.   Like this:
  68.  
  69.  
  70.   /*
  71.  
  72.    This script uses Visual Engineering -script(s):
  73.    AddSpace.rexx, PrimaryColors.rexx
  74.  
  75.    By Marko Seppänen <marko.seppanen@wwnet.fi>
  76.  
  77.    Visual Engineering website:
  78.    http://wwnet.fi/users/smarko/visual/
  79.  
  80.    */
  81.  
  82.